﻿/* Title */
.Title{text-align: center;}
.Title h3{color: #151515;font-size: 30px;}
.Title h3 a{color: #373737;}
.Title h3 b{color: #c90005;}
.Title p{font-size: 16px;color: #999;margin-top: 10px;}
.Title i{width: 89px;height: 25px;display: block;margin: 14px auto 0;}
.Title i img{display: block;}

.Title1{text-align: center; margin:20px auto;}
/* Title End */
/*图片放大组件*/
.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgZoom img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}

/* Banner */
.BannerCon{position: relative; overflow: hidden;}
.banner-wrap { width: 100%; height: 600px; position: relative;}
.banner-box { height: 600px; position: relative;}
.banner-box ul li { width: 100%; height: 600px; position: absolute; left: 0; top: 0; z-index: 1; display: none;}
.banner-box ul li a{display: block;}
.banner-box ul li img { width: 1920px; height: 600px; position: relative; left: 50%; margin-left: -960px; }
.btm-circle {width: 100%;height: 24px;position: absolute;bottom: 30px;left: 0;text-align: center;}
.btm-circle span {display: inline-block;*display: inline;*zoom: 1;width: 24px;height: 10px;position: relative;z-index: 9;cursor: pointer;}
.btm-circle span:before {content: '';display: block;width: 12px;height: 12px;border: solid 2px #fff;position: absolute;left: 4px;top: 4px;border-radius: 50%;}
.btm-circle span.cur:before {background-color: #fbd205;border: solid 2px #e2bd04;}
.banner-wrap span.btn { display: block; width: 98px; height: 74px; background-color: #000; background-color: rgba(0,0,0,.4); position: absolute; top: 50%; z-index: 9; cursor: pointer;margin-top: -37px;display: none;}
.BannerCon .banner-wrap:hover .btn{display: block;}
.banner-wrap span.btn:hover { background-color: #1861a5;}
.banner-wrap span.l-btn {left: 3%;}
.banner-wrap span.r-btn {right: 3%;}
.banner-wrap span.btn:before { content: ''; display: block; width: 46px; height: 17px; background: url(../images/icons.png) no-repeat; position: absolute; left: 26px; top: 28px; }
.banner-wrap span.l-btn:before { background-position: -55px -5px; }
.banner-wrap span.r-btn:before { background-position: -5px -5px; }
/* Banner End */

/* 应用领域css */
.trade-content {padding: 30px 0; padding-bottom:0;}
.trade-title { font-size: 24px; color: #333; text-align: center; margin: 50px 0; position: relative;}
.trade-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid;
    border-color: #20B09F transparent transparent;
}

.trade-title:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 3px;
    background-color: #20B09F;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.trade-black { margin-top:40px; height: 400px;background-color: #767676;}
.trade-box {
    width: 1200px !important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;}
.trade-box-list {display: flex; flex-direction: row; justify-content: center; align-items: center;}
.trade-box-item {
    flex: 1;
    text-align: center;
    position: relative;
    height: 400px;
    background: no-repeat center;
    background-size: 100% auto;
}

.trade-content .trade-box-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.trade-box-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.item-logo {
    margin: 0 auto;
    display: block;
}

.trade-content .trade-box-item .item-logo {
    position: relative;
    margin-top: 120px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.item-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
    position: relative;
}

.trade-content .item-title:before {
    content: "";
    position: relative;
    display: block;
    width: 20px;
    border-bottom: 2px solid #fff;
    margin: 0 auto 20px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-text {
    position: relative;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    margin-top: 10px;
}

.item-text p {color: #fff; font-size: 13px; line-height:24px; text-align:left; padding:0px 20px; margin-bottom: 5px;}
.trade-content .item01 {background-image: url(../images/icon-at01.png);}
.trade-content .item02 {background-image: url(../images/icon-at02.png);}
.trade-content .item03 {background-image: url(../images/icon-at03.png);}
.trade-content .item04 {background-image: url(../images/icon-at04.png);}
.trade-content .item05 {background-image: url(../images/icon-at05.png);}
.trade-content .trade-box-item:hover .item-text {display: block;opacity: 1;margin-top: 0;}
.trade-content .trade-box-item:hover:before {
    background-color: rgba(235, 98, 1, .9);
}

.trade-content .trade-box-item:hover .item-logo {margin-top: 80px;}
.trade-content .trade-box-item:hover .item-title:before {opacity: 0;margin-bottom: 0;}

/*简介*/
.sec1 {background:url(../images/aboutbg.jpg) #f2f2f2 no-repeat top; padding:50px 0 60px 0;}
.sec1 .about { width:900px;clear:both; overflow:hidden; display:block; margin:0px auto; color:#fff; font-size:16px; margin-bottom:50px;  line-height:28px;}
.sec1 .title-blog2 { text-align:center; margin-bottom:30px; margin-top:20px;}
.slideTxtBox2 { margin:0px auto; clear:both;}
.slideTxtBox2 .hd{ height:42px; margin-bottom:20px; text-align:center; line-height:42px; position:relative; }
.slideTxtBox2 .hd ul{ display: inline-block;}
.slideTxtBox2 .hd ul li{ display:inline-block; border-radius:25px; margin-right:10px; margin-left:10px; padding:0px 40px;　width:145px; border:#dddddd 1px solid; height:42px; line-height:42px; font-size:16px; text-align:center; background:#fff; color:#333; cursor:pointer;  }
.slideTxtBox2 .hd ul li.on{ height:42px; border-radius:25px; border:#ca211c 1px solid; background:#ca211c; color:#fff;}

.frame {width:275px; height:182px; background:#fff; float:left; margin-bottom:25px; margin-top:20px; margin-left:20px; display:inline;}
.wrap2 {width:275px; height:182px; position:relative; overflow:hidden; font-family:arial, sans-serif;}
.wrap2 img {display:block;width:275px; height:182px;}
.wrap2 div {width:275px; height:182px; padding:273px 10px 10px 10px; position:absolute; left:0; top:0;}
.wrap2 div b {display:block; font-weight:normal; width:275px; height:273px; z-index:-1; position:absolute; left:0; top:300px; z-index:1;background-color:rgba(0,0,0,0.7);}
.wrap2 div span {position:relative; z-index:500;}
.wrap2 div h1{font-size:22px; color:#fff; margin:0; padding:40px 20px 10px 20px;}
.wrap2 div p {font-size:14px; color:#fff; line-height:22px; padding:0 20px 0px 20px;}
.wrap2 div a {color:#fff; font-size:16px; padding-top:20px; text-indent:20px; text-decoration:none; display:block; margin:0;}
.wrap2 div a:hover {color:#fffc1d;}
.clear {clear:both;}

/*优势*/
.youshi { background:#fff; height:auto;}
.youshi ul { margin:0px auto; width:1200px; height:auto; overflow:hidden;}
.youshi ul li { margin:20px 0; clear:both; overflow:hidden; height:auto;}
.youshi ul li:last-child { margin-bottom:0;}
.youshi ul li .pic { float:right; width:524px; text-align:center;}
.youshi ul li .pic2 { float:left; width:524px; text-align:center;}

.youshi ul li .tt { float:left; width:100px;}
.youshi ul li .info { float:left; width:570px;}
.youshi ul li .info .tit2 { font-size:30px; color:#035096; font-weight:bold;}
.youshi ul li .info .tit3 { font-size:24px; display:block; padding-bottom:10px; margin-bottom:10px; color:#909090;background: url(../images/bg5.jpg) repeat-x bottom;}
.youshi ul li .info .intro { font-size:14px; color:#3d3d3d; line-height:30px;}
.youshi ul li .info .tit2 span { color:#e99400;}
.youshi .tit {background: url(../images/youshitit.jpg) no-repeat center; height:192px;}


.solution-list .Title1 { margin:100px auto !important}
.solution-list{position:relative;height:auto;z-index:9;width:1200px;margin:0 auto; padding-top:30px; padding-bottom:160px;}
.short-bar{position:absolute;top:187px;left:50%;margin-left:-15px;width:30px;height:3px;background-color:#fff}
.active .short-bar{top:201px;background-color:#009dff}
.solution-list ul li{float:left;width:240px;position:relative;height:412px;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}
.solution-item-wrapper{width:240px;height:412px;background:url(../images/solution_item_bg_01.jpg) center no-repeat}
.solution-item-02{background-image:url(../images/solution_item_bg_02.jpg)}
.solution-item-03{background-image:url(../images/solution_item_bg_03.jpg)}
.solution-item-04{background-image:url(../images/solution_item_bg_04.jpg)}
.solution-item-05{background-image:url(../images/solution_item_bg_05.jpg)}
.active .solution-item-wrapper{position:absolute;z-index:9;top:-62px;left:-51px;width:341px;height:526px;background:url(../images/solution_item_bg_active_01.jpg) no-repeat;-webkit-box-shadow:0 5px 40px rgba(0,0,0,.5);-moz-box-shadow:0 5px 40px rgba(0,0,0,.5);box-shadow:0 5px 40px rgba(0,0,0,.5)}

@media only screen and (max-width:1400px){
	.product-special-li-5.active .solution-item-wrapper{left:-102px}
}
.active .solution-item-02{background-image:url(../images/solution_item_bg_active_02.jpg)}
.active .solution-item-03{background-image:url(../images/solution_item_bg_active_03.jpg)}
.active .solution-item-04{background-image:url(../images/solution_item_bg_active_04.jpg)}
.active .solution-item-05{background-image:url(../images/solution_item_bg_active_05.jpg)}
.solution-list ul li p.solution-title{position:absolute;top:211px;width:100%;text-align:center;color:#fff;font-size:18px;z-index:2}
.solution-list ul li p.solution-intro{position:absolute;top:282px;left:50%;margin-left:-121px;width:242px;overflow:hidden;color:#eee;line-height:2;z-index:2;opacity:0;filter:alpha(opacity=0);font-size:14px;text-align:justify}
.solution-list ul li a{display:none;position:absolute;top:452px;left:50%;margin-left:-87px;width:174px;height:40px;line-height:40px;text-align:center;font-size:14px;color:#fff;z-index:2;background-color:#0af}
.solution-list ul li a:hover{background-color:#0099e5;transition:all .6s;-moz-transition:all .6s;-webkit-transition:all .6s;-o-transition:all .6s}
.solution-list ul li.active p.solution-title{top:158px;font-size:22px}
.solution-list ul li.active p.solution-intro{top:230px;opacity:1;filter:alpha(opacity=100)}
.solution-list ul li.active a{top:388px;display:block}


/*新闻*/

.news{ height:auto; background:#f3f3f3; overflow:hidden; padding-bottom:60px; padding-top:60px;}
.xwzx_ltt{ overflow:hidden; padding-bottom:45px; height:60px;}
.xwzx_ltt h3{ width:150px; font-size:28px; color:#686868; line-height:33px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; float:left;}
.xwzx_ltt h3 p{ font-size:30px; color:#e40000; font-weight:bold}
.xwzx_ltt span{ float:left; margin-top:30px; font-size:16px; color:#757575; line-height:44px;}
.xwzx_ltt a{ float:right; line-height:40px; margin-right:10px; margin-top:33px;}
.xwzx_ltt a:hover{ color:#f00;}

.news1 { width:1160px; background:#fff; height:auto; overflow:hidden; clear:both; padding:20px; display:block;box-shadow: 0 0 3px 1px rgba(191,191,191,.3);}
.news1 .picc { overflow:hidden; width:569px; height:321px; float:left;}
.news1 .picc img { width:569px; height:321px;}
.news1 .intro { float:right; width:560px;}
.news1 .intro .time { margin-top:20px; margin-bottom:20px; line-height:55px; font-size:16px; color:#666;}
.news1 .intro .time:after { content:""; display:block; width:30px; height:1px; background:#ccc}
.news1 .intro .tit { font-size:24px; margin-bottom:10px; color:#343434;}
.news1 .intro p { color:#8c8c8c; line-height:28px;}
.news1 .intro a { color:#fff; background:#c4151c; width:110px; height:34px; text-align:center; margin-top:10px; line-height:34px; display:block}
.news1 .intro a:hover { background:#333; color:#fff;}


.news2 { width:1200px; margin:20px auto; height:auto; clear:both;}
.news2 li { width:346px; margin-right:20px; padding:20px; background:#fff; height:185px; float:left;box-shadow: 0 0 3px 1px rgba(191,191,191,.3);}
.news2 li:last-child { float:right; margin-right:0;}
.news2 li:hover { background:#c4151c; color:#fff;}
.news2 li:hover .time { color:#fff;}
.news2 li:hover .time em { color:#fff;}
.news2 li:hover a { color:#fff;}
.news2 li:hover .content p { color:#fff;}
.news2 li .time { float:left; margin-right:30px; width:100px; color:#333; font-size:16px; font-family:Arial, Helvetica, sans-serif; margin-top:20px; text-align:right; height:150px; float:left;background:url(../images/red.png) no-repeat bottom right;}
.news2 li .time em { clear:both; display:block; color:#222222; font-style:normal; font-size:26px;}

.news li .content { float:left; width:212px;}
.news li .content .tit { font-size:18px; display:block; margin-top:20px; margin-bottom:20px;}
.news li .content p { font-size:15px; line-height:24px; color:#999; margin-bottom:30px;}



.newslist { padding:0px 20px; height:411px;}
.newslist li { border-bottom: 1px solid #dbdbdb; margin-bottom:18px; padding-bottom:18px; position: relative; clear:both; height:auto; overflow:hidden; padding-right:50px;}
.newslist li:hover {}
.newslist li a{display:block;}
.newslist li a:hover h4{color:#ca211c;}
.newslist li a:hover .txt{color:#ca211c;}
.newslist li a:hover .right_arr{ background:url(../images/i_n_arrh.png) center center no-repeat; }
.newslist h4 { font-size: 18px; font-weight: normal; margin-bottom: 6px; padding-top:10px; color:#000;}
.newslist .txt{color:#878787; font-size:14px; line-height:24px;}
.newslist li a:hover .news_date { width:150px; height:100px; color:#fff; float: left;  margin-right: 20px; border: 1px solid #253860; background:#253860; text-align:center;}
.newslist li a:hover .news_date ._d { color:#fff}
.newslist li a:hover .news_date ._m { color:#fff}

.news_date { width:150px; height:100px; float: left;  margin-right: 20px; border: 1px solid #e6e6e6; background:#f2f2f2; text-align:center;}
._d { font-size: 48px; line-height:48px; padding-top:15px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#999999}
._m { color: #999999; font-size:14px; }
.right_arr { font-size: 0px; position: absolute; right:10px; bottom: 25px; display:block; width:32px; height:32px; background:url(../images/i_n_arr.png) center center no-repeat; }


.rightnews { overflow:hidden; width:416px; float:right;background-color:#fff;margin-top: 40px;height: 471px;}
.rightnews .top{ overflow:hidden; width:100%; height:60px;}
.rightnews h3{ float:left; font-size:20px; color:#191919; font-weight:normal; line-height: 60px;padding-left: 20px;}
.rightnews h3 em { font-size:18px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; color:#b0b0b0;}
.rightnews .more{ float:right; background:#eaeaea; border-radius:20px; height:20px; font-size:12px; color:#666;text-decoration: none;display: block;line-height: 22px; padding:2px 15px; margin-top:20px;margin-right: 20px;}
.rightnews .more:hover { background:#253860; color:#fff;}

.rightnews .wenda{ overflow:hidden;width: 385px;position: relative;height: 411px; padding:0px 15px;}
.rightnews .wenda ul{ overflow:hidden; width:385px;position: absolute;height: 411px;}
.rightnews .wenda li{ overflow:hidden; width:100%; border-bottom:1px dotted #cecece;margin-top:12px;padding-bottom: 15px;height: 83px;}
.rightnews .wenda .A{ font-weight:bold; font-size:14px; padding-left:37px; line-height:26px; background:url(../images/wen.png) no-repeat 0 4px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; margin-bottom: 8px;}
.rightnews .wenda .A a{ color:#333333}
.rightnews .wenda .Q{ padding-left:37px; background:url(../images/da.png) no-repeat 0 4px; font-size:14px; line-height:24px; color:#777777; height:48px; overflow:hidden; text-overflow:ellipsis; }

/* News End */

/* Product */
.Product{border-top: 1px #e6e6e6 solid;padding: 70px 0;overflow: hidden;}
.ProductCon{margin-top: 30px;}
.ProductBox { float:left; width:280px; height:auto;}
.ProductBox ul { border-bottom:#fff 1px solid;}
.ProductBox .tit {background:url(../images/protit.png) no-repeat center; line-height:28px; height:74px; color:#fff; font-size:22px; font-weight:bold; text-indent:20px; padding-top:26px;}
.ProductBox .tit p { text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:15px;}
.ProductBox li { margin-top:0px;}
.ProductBox li a{ text-decoration:none; background:url(../images/j1.png) #eeeeee no-repeat right 15px center; border-bottom:#dcdcdc 1px solid; border-top:#fff 1px solid; display:block; color:#3e3d3d; font-size:16px; line-height:51px; padding-left:32px;}
.ProductBox li a:hover{ text-decoration:none; border-bottom:#eb6301 1px solid;  background:url(../images/j2.png) #eb6301 no-repeat right 15px center;display:block; color:#fff;}
.ProductBox p a{ color:#fff; text-decoration:none; font-weight:normal; height:32px; overflow:hidden; padding-left:20px; font-size:12px; background:url(../images/dd.png) no-repeat 10px 14px;line-height:30px; display: block; width:190px;}
.ProductBox p a:hover {background:url(../images/dd.png) #117bc9 no-repeat 10px 14px;}


.ProductImg {width: 900px; float:right; margin-left:20px;}
.ProductImg .first { background:#efefef; height:282px; overflow:hidden;}
.ProductImg .first .pic { width:392px; float:left; height:282px; overflow:hidden; margin-right:40px;}
.ProductImg .first img { display:block; transition: .8s;}
.ProductImg .first:hover img{transform: scale(1.03);}
.ProductImg .first .info { padding:40px 40px 40px 0; font-size:14px; line-height:28px; color:#606060;}
.ProductImg .first .info .tit { color:#ff9600; margin-bottom:10px; font-size:22px;}
.ProductImg ul{}
.ProductImg ul li{float: left;width: 288px;margin-right: 15px; border:#e7e7e7 1px solid; text-align: center;margin-top: 15px;background-color: #fff;}
.ProductImg ul li:last-child { margin-right:0;}
.ProductImg ul li:hover{}
.ProductImg ul li span{width: 288px;height: 199px;display: block;overflow: hidden;}
.ProductImg ul li span img{width: 288px;height: 199px;display: block;transition: .8s;}
.ProductImg ul li:hover span img{transform: scale(1.03);}
.ProductImg ul li h3{font-weight: normal; background:#eeeeee; line-height:35px; font-size: 16px;padding: 0 10px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.ProductImg ul li h3 a{color: #333;}
.ProductImg ul li p{font-size: 14px;color: #666;padding: 0 10px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;margin-top: 10px;}
.ProductImg ul li em{width: 120px;height: 40px;text-align: center;line-height: 40px;display: block;border-radius: 50px;margin: 20px auto;border: 1px #e6e6e6 solid;}
.ProductImg ul li:hover em{background-color: #dd1810;border: 1px #dd1810 solid;color: #fff;}
/* Product End */

/*五大优势*/
.g_jsyf{background:url(../images/yfbg.jpg) no-repeat center;height: 940px;padding-top: 75px;}
.f_pr {position: relative;}
.g_jsyf h2{height: auto;text-align: center;font-size: 30px;font-weight: bold;color: #333;}
.g_jsyf h2 b{font-size: 30px;color: #eb6301;}
.g_jsyf h2 i{display: inline-block;padding: 0 15px;font-style: normal;font-size: 20px;position: relative;top:-10px;}
.g_jsyf h3{position: absolute;left:-10px;top:798px;font-size: 22px;font-weight: bold;color: #fff}
.g_jsyf h3 em{display: block;font-size: 18px;color: #fff;padding-top: 5px;font-weight: normal;}
.g_jsyf .yftel{position: absolute;left:828px;top:800px;font-size: 14px;color: #fff;width: 440px;}
.g_jsyf .yftel span{display: block; float: left;margin:0 20px; text-align: center;}
.g_jsyf .yftel img{display: block;width:37px; height: 29px; margin:0 auto; }
.g_jsyf .yftel i{display: block;font-size: 16px; color: #ffffff; line-height: 30px;}
.g_jsyf .yftel span:hover i{font-weight: bold; border-bottom: 1px solid #fff;}

.g_jsyf .m_jsyf1{width: 205px;left:50px;top:578px;}
.g_jsyf .m_jsyf2{width: 288px;left:140px;top:334px;}
.g_jsyf .m_jsyf3{width: 300px;left:450px;top:210px;}
.g_jsyf .m_jsyf4{width: 272px;left:777px;top:334px;}
.g_jsyf .m_jsyf5{width: 230px;left:931px;top:578px;}
.g_jsyf .jsgy{position: absolute;z-index: 11;transition: all 0.3s linear 0s;}
.g_jsyf .jsgy:hover{transform: translateX(-5px);}
.g_jsyf .jsgy h4{height: 48px;text-align: center;font-size: 24px;font-weight: bold; color: #999;}
.g_jsyf .jsgy h4 em{ font-family:impact; color:#eb6301; font-size: 24px; margin-right: 10px;}
.g_jsyf .jsgy p{font-size: 13px;color: #666666;text-align: center;line-height: 24px;}
.g_jsyf .m_jsyf1 p{text-align: justify;}
.g_jsyf .m_jsyf2 p{text-align: justify;}
.g_jsyf .m_jsyf4 p{text-align: right;}
.g_jsyf .m_jsyf5 p{text-align: justify;}

.g_jsyf .gyico{position: absolute;width: 146px;height: 146px;transition: all 0.6s linear 0s;}

.g_jsyf .gyico b{width: 114px;height: 114px;overflow: hidden;margin: 16px auto 0;display: block;}
.g_jsyf .gyico:hover{transform:rotateY(180deg);}
.g_jsyf .yfico1{left:242px;top:595px;}
.g_jsyf .yfico2{left:320px;top:412px;}
.g_jsyf .yfico3{left:528px;top:324px;}
.g_jsyf .yfico4{left:720px;top:412px;}
.g_jsyf .yfico5{left:786px;top:595px;}

/* Concern */
.Concern{background: url(../images/dian.jpg); padding: 70px 0;overflow: hidden;}

.ConcernCon{margin-top: 40px;}
.ConcernCon ul li{float: left;width:40%;height: 45px; float:left;margin-left: 10%;}
.ConcernCon ul li h3{font-size: 20px;color: #333;}
.ConcernCon ul li h3 b{color: #dd1810;font-size: 26px;}
.ConcernCon ul li h3 i{font-weight: normal;font-size: 24px;color: #999;margin: 0 5px;}
.ConcernCon ul li p{font-size: 16px;color: #666;margin-top: 15px;}
.ConcernCon ul li em{width: 35px;height: 35px;display: block;margin: 20px auto 0;}
.ConcernCon ul li em img{width: 35px;height: 35px;display: block;}

.ConcernCon h1{font-size:34px;color: #fff; border-radius:60px; max-width:800px; margin:0px auto; padding:12px 0; background:#eb6301;text-align: center;margin-top: 40px;}
.ConcernCon h1 em{display: block; font-size:20px; font-weight: normal;margin-top: 10px;}
.ConcernCon h1:hover { background:#333}
/* Concern End */

/* Search */
.ss{ float:right; width:358px; height:46px; margin-top:16px; overflow:hidden}
.ss .qc{  height:44px; border:1px solid #eeeeee; width:268px; border-right:none; background:#eeeeee; float:left; padding:0 10px; color:#7f7f7f; line-height:30px;}
.ss img{ display:block; float:left;}
.ss .sp {background: #253860 url(../images/search.png) no-repeat center; border:none; cursor:pointer; width:65px; height:46px; }
.content-width{width: 1200px;margin:0 auto}
.banner-menu{width:100%;height:79px;background:#fff; border-bottom:#eaeaea 1px solid; font-size:14px; overflow:hidden;}
.banner-menu .left { float:left; line-height:79px;}
.banner-menu .left a { padding-right:10px;}
.main1 { padding:20px; padding-bottom:50px; padding-top:0px; height:auto; overflow:hidden;}
/* Search End */


/* Tailored  */
.TailoredBox{ clear:both; display:block;}
.TailoredBox ul{position: relative;}
.TailoredBox ul li{float: left; width: 570px;}
.TailoredBox ul li a{width: 570px;height: 365px;display: block;overflow: hidden;}
.TailoredBox ul li a img{width: 570px;height: 365px;display: block;transition: .8s;}
.TailoredBox ul li:hover a img{transform: scale(1.03);}
.TailoredLeft p{font-size: 18px;color: #fff;height: 50px;position: absolute;line-height: 50px;background: rgba(0,0,0,0.7);left: 0;bottom: 0;width: 80%;padding: 0 16% 0 4%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

.TailoredLeft i{display: block;width: 50px;height: 50px;overflow: hidden;position: absolute;cursor: pointer;margin-top: -30px;z-index: 9;bottom: 0;}
.TailoredLeft i img{display: block;width: 50px;height: 50px;position: relative;}
.TailoredLeft i.prev{right: 52px;}
.TailoredLeft i.next{right: 0;}

.TailoredRight{}
.TailoredRight ul{ margin-top:20px;}
.TailoredRight ul li{float: left;width: 285px;text-align: center;position: relative;margin-right: 20px;margin-top: 13px;}
.TailoredRight ul li:last-child { margin-right:0;}
.TailoredRight ul li span{width: 285px;height: 197px;display: block;overflow: hidden;}
.TailoredRight ul li span img{width: 285px;height: 197px;display: block;transition: .8s;}
.TailoredRight ul li:hover span img{transform: scale(1.03);}
.TailoredRight ul li p{height: 40px;line-height: 40px;padding: 0 2%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;background:#e0e0e0;width: 96%; color:#333;font-size: 14px;}
.TailoredRight ul li:hover p { background:#c90005; color:#fff;}
/* Tailored End */



/* Advantage */
.Advantage{ background:#f2f2f2; padding-top:40px; height: 600px;overflow: hidden;}
.AdvantageCon{margin-top: 30px;}
.AdvantageTop{ clear:both; text-align:center;}
.AdvantageTop ul li{ padding:0 30px; height: 40px; line-height:40px; margin:5px; display:inline-block; border-radius:30px; font-size:16px;color: #2e2e2e;cursor: pointer; background:#fff; border:#d2d2d2 1px solid;}
.AdvantageTop ul li.cur{background-color: #b80000; border:#b80000 1px solid; color:#fff;}
.AdvantageTop h3{height: 1px;width: 500px;background-color: #df7571;margin: 0 auto;top: -26px;position: relative;z-index: 1;}

.AdvantageBot{margin-top: 30px;}
.AdvantageBot dl{width: 380px; margin:9px; border:#e1e1e1 1px solid; float:left;}
.AdvantageBot dl dt{width: 380px; overflow: hidden;}
.AdvantageBot dl dt img{width: 380px; height:259px; display: block;transition: .8s;}
.AdvantageBot dl:hover dt img{transform: scale(1.03);}
.AdvantageBot dl dd{background-color: #fff; padding:14px 20px;}
.AdvantageBot dl dd h3{font-size: 16px; font-weight:bold;color: #333;font-weight: normal;overflow: hidden;white-space: nowrap;}
.AdvantageBot dl dd i { float:right}
/* Advantage End */

/* IntoFaswell */
.IntoFaswell{background: url(../images/aboutbg.jpg) no-repeat top; padding: 40px 0 50px;overflow: hidden;}
.IntoFaswellTop{margin: 10px 0;padding: 10px 80px; color:#333; line-height:30px; font-size:15px; height: 110px;}
.aboutleft { float:left; width:600px; margin-top:50px; background:#fff; height:404px; overflow:hidden;}
.aboutleft .tit { padding:8px 20px; text-transform:uppercase; font-size:18px;}
.aboutleft p { padding:0px 20px; font-size:15px; line-height:24px; color:#7d7d7d;}
.aboutleft a{ background:#c90005; width:108px; color:#fff; display:block; margin-left:20px; margin-top:10px; height:33px; text-align:center; line-height:33px; font-size:14px;}

.aboutright { width:600px; float:right; margin-top:50px; height:404px; overflow:hidden}
.aboutright li { float:left; background:#999; overflow:hidden; width:200px; height:202px;}
.aboutright li em { background:url(../images/line.png) no-repeat center top; padding:15px 0px 0px 50px; display:block; margin-top:60px; color:#fff; line-height:20px;}
.aboutright li .more { padding:20px 0 0 31px;}
.aboutright li.one { background:#447500;}
.aboutright li.two {position: relative;}
.aboutright li.three { background:#4879b4;}
.aboutright li.four {position: relative;}
.aboutright li.five { background:#e8a800;}
.aboutright li.six {position: relative;}

.aboutright .two .ico{
	position: absolute;
	z-index:9999;
    left: 0px;
    top: 150px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #447500;
	border-bottom: 10px solid transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.aboutright .four .ico{
	position: absolute;
	z-index:9999;
    right: 0px;
    top: 90px;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #e8a800;
	border-bottom: 10px solid transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.aboutright .six .ico{
	position: absolute;
	z-index:9999;
    right:90px;
    top: 0px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #4879b4;
	border-right: 10px solid transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.aboutright img{display: block;transition: .8s;}
.aboutright .two img:hover{transform: scale(1.13);}
.aboutright .four img:hover{transform: scale(1.13);}
.aboutright .six img:hover{transform: scale(1.13);}


/* Message */
.Message{height: 390px;padding: 45px 0;overflow: hidden;}
.Message .left1 { float:left; width:602px;background:url(../images/probg1.jpg) no-repeat center; height:395px;}
.Message .right1 { float:right; width:570px;}
.Message dl dt{font-size: 18px;color: #ff9600;margin-top: 15px;height: 43px;}
.Message dl dt em{font-size: 30px;color: #ff9600;font-weight: bold;}
.Message dl dd h3{font-size: 30px;color: #333;}
.Message dl dd h3 i{color: #999;font-size: 24px;}
.Message dl dd h3 em{font-size: 16px;color: #666;}
.Message dl dd p{font-size: 18px;color: #666;margin-top: 10px;}

.Message ul{margin-top: 20px;}
.Message ul li{float: left;margin-left:0;}
.Message ul li:first-child{margin-left: 0;}
.Message ul li input{width: 240px;height: 42px;line-height: 42px; margin-bottom:20px; padding: 0 35px 0 15px;border: none;outline: none;font-size: 14px;color: #999;background-color: #fff;border: 1px #e1e1e1 solid;}
.Message ul li .input-name{background: #fff url(../images/Message01.png) no-repeat 265px center;}
.Message ul li .input-name02{background: #fff url(../images/Message02.png) no-repeat 265px center;}
.Message ul li .input-name03{width: 384px;background: #fff url(../images/Message03.png) no-repeat 409px center;}
.Message ul li.li04{width: 120px;height: 42px; clear:both; background-color: #c90005;text-align: center;line-height: 42px;font-size: 14px;}
.Message ul li.li04 a{color: #fff;display: block;}
.Message ul li.cur input{border: 1px #dd1810 solid;}
/* Message End */


@font-face {
    font-family: 'icomoont';
    src: url('../font/Helvetica Bold.ttf');
}
/*子页面样式*/

/*面包导航*/
.daohang2{ color:#fff; height:40px; font-size:14px; line-height:40px; position:relative; margin-top:-40px; background-color: rgba(0,0,0,0.5);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .daohang2{
    background-color:#000000;
    filter:Alpha(opacity=50);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
}
.daohang2 a{ color:#fff; text-decoration:none;}
.daohang2 a:hover{ color:#ff0000;}

/*子页banner*/
.ins-banner1 { background: url(../images/banner1.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner2 { background: url(../images/banner2.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner3 { background: url(../images/banner3.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner4 { background: url(../images/banner4.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner5 { background: url(../images/banner5.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner6 { background: url(../images/banner6.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner7 { background: url(../images/banner7.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner8 { background: url(../images/banner8.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}

/* InpageSidebar01 侧栏导航1公共样式*/
.InpageSidebar01{width: 270px;float: left;}
.InpageSidebar01 .top{width: 100%;height: 80px;background: #253860;}
.InpageSidebar01 .top h2{height: 80px;text-indent: 28px;background: url(../images/InpageSidebar01_icon01.png) no-repeat 218px center;line-height:80px;font-size: 24px;color: #fff;font-weight: normal;}
.InpageSidebar01 .top h2 a{color: #fff;text-decoration: none; font-weight: bold; }
.InpageSidebar01 .classify .box{border: 1px solid #e4e4e4;border-top: none;position: relative;}
.InpageSidebar01 .classify .box:first-child{border-top: 1px solid #e4e4e4;}
.InpageSidebar01 .classify dl{padding: 14px 19px 18px 30px;}
.InpageSidebar01 .classify dt{font-size: 20px;color: #333333;background: url(Img/mub02Inpage/mub02_jt03.png) no-repeat 194px 6px;margin-bottom: 14px;}
.InpageSidebar01 .classify dt a{color: #333333;}
.InpageSidebar01 .classify dd p{border-left: 1px solid #e4e4e4;height: 35px;line-height: 35px;} 
.InpageSidebar01 .classify dd p a{font-size: 15px;color: #333333;display: block;text-indent: 16px;text-decoration: none;}
.InpageSidebar01 .classify .box i{display: none;width: 3px;height: 100%;position: absolute;left: -1px;top: 0;background: #0d6eb3;}
.InpageSidebar01 .classify .box:hover{background: #f5f5f5;}
.InpageSidebar01 .classify .box:hover i{display: block;}
.InpageSidebar01 .classify .box:hover dt a,.InpageSidebar01 .classify .box dt.cur a{color: #0d6eb3;display: block;text-decoration: none;}
.InpageSidebar01 .classify .box:hover dt{background: url(Img/mub02Inpage/mub02_jt04.png) no-repeat 194px 6px;font-weight: bold;}
.InpageSidebar01 .classify dd p:hover a,.InpageSidebar01 .classify dd p.cur a{color: #fff;}
.InpageSidebar01 .classify dd p:hover,.InpageSidebar01 .classify dd p.cur{background: url(../images/mub02_jt02.png) no-repeat 194px center #0d6eb3;}
.InpageSidebar01 .sidebarLinkUs{border: 1px solid #e4e4e4;margin-top: 20px;padding: 0 19px 26px; background:#fff; margin-bottom:20px;}
.InpageSidebar01 .sidebarLinkUs h3{font-size: 18px;color: #333;font-weight: normal;height: 59px;line-height: 59px;border-bottom: 1px solid #e4e4e4;margin-bottom: 18px;text-indent: 10px;}
.InpageSidebar01 .sidebarLinkUs p{font-size: 14px;color: #333333;margin-bottom: 12px;line-height: 20px;padding: 0 10px;}
.InpageSidebar01 .sidebarLinkUs .zxzx{display: block;width: 160px;height: 50px;overflow: hidden;background: #333;text-decoration: none;margin-top: 36px;}
.InpageSidebar01 .sidebarLinkUs .zxzx span{display: block;width: 50px;height: 50px;float: left;border-right: 1px solid #fff;background: url(../images/zxzx_icon01.png) no-repeat center;}
.InpageSidebar01 .sidebarLinkUs .zxzx em{display: block;width: 109px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #fff;float: left;}
.InpageSidebar01 .sidebarLinkUs .zxzx em img{display: inline-block;*display: inline-block;position: relative;top: 2px;margin-left: 8px;}

/* InpageSidebar02 侧栏导航2公共样式*/
.InpageSidebar02 .classify{border: 1px solid #e4e4e4;border-top: none;position: relative; background:#fff}
.InpageSidebar02 .classify li{height: 58px;border-top: 1px solid #e4e4e4;text-indent: 28px;font-size: 15px;color: #333333;line-height: 58px;background: url(../images/mub02_jt03.png) no-repeat 224px center;}
.InpageSidebar02 .classify li a{color: #333333;display: block;text-decoration: none;}
.InpageSidebar02 .classify li:hover,.InpageSidebar02 .classify li.cur{background: url(../images/mub02_jt04.png) no-repeat 224px center #f5f5f5;}
.InpageSidebar02 .classify li:hover a,.InpageSidebar02 .classify li.cur a{color: #253860;font-weight: bold;}
.InpageSidebar02 .classify i{display: block;width: 3px;background: #253860;position: absolute;left: -1px;top: 0;z-index: 9;}
.InpageSidebar02 .xgzx{border: 1px solid #e4e4e4;margin-top: 20px;padding: 0 19px 16px; background:#fff}
.InpageSidebar02 .xgzx h3{font-size: 18px;color: #0d6eb3;font-weight: normal;height: 59px;line-height: 59px;border-bottom: 1px solid #e4e4e4;margin-bottom: 18px;text-indent: 10px;}
.InpageSidebar02 .xgzx p{font-size: 14px;color: #333333;margin-bottom: 10px;padding: 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.InpageSidebar02 .xgzx p a{color: #333333;}
.InpageSidebar02 .xgzx p:hover a{color: #0d6eb3;}

/* 公共面包屑导航 */
.mub02address{width: 100%;border-bottom: 1px solid #e4e4e4;margin-bottom: 20px;}
.mub02address .con{width: 100%;height: 43px;}
.mub02address .homePage{display: block;width: 43px;height: 43px;background: url(../images/mub02address_homePage.png) no-repeat center;float: left;border-left: 1px solid #eaeaea;border-right: 1px solid #eaeaea;}
.mub02address p{height: 43px;line-height: 43px;font-size: 13px;color: #999999;float: left;margin-left: 18px;}
.mub02address p a{color: #999999;padding: 0 4px;}
.mub02address .backList{display: block;width: 117px;height: 43px;line-height: 43px;text-align: center;border-left: 1px solid #eaeaea;border-right: 1px solid #eaeaea;float: right;font-size: 13px;color: #999999;text-decoration: none; cursor:pointer;}
.mub02address .backList img{display: inline-block;*display: inline-block;margin-right: 10px;position: relative;top: 2px;}

/* about 关于我们*/
.aboutSection{width: 910px;float: right; margin-bottom:30px;}
.aboutSection .mainCon{border: 1px solid #e4e4e4;padding-top: 28px;width: 908px;padding-bottom: 0px; background:#fff}
.aboutSection .mainCon .conBox{width:882px;margin: 20px auto 0;padding-bottom: 20px;background: #fff; line-height:24px;}

/*产品展示*/
dl.dl_42{width: 274px;height: 304px; overflow:hidden; border:#efefef 1px solid; margin-left:7px; margin-right:7px; float: left;margin-bottom: 20px;}
dl.dl_42.noMl{ margin-right:0px;}
dl.dl_42 dt{display: block;width: 278px;height: 200px;overflow: hidden;}
dl.dl_42 dt img{display: block;transform:scale(1);transition: all 2s ease-out;width: 274px;height: 200px;}
dl.dl_42 dt:hover img{transform: scale(1.2);}
dl.dl_42 dd{height: 87px;background: #fff;position: relative; margin:0; padding:0; padding-top:10px;}
dl.dl_42 dd h4{font-size: 16px;color: #333333; text-align:center; font-weight: normal;width: 280px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
dl.dl_42 dd h4 a{color: #333333;text-decoration: none; font-weight:bold;}
dl.dl_42 dd p{line-height: 22px;color: #666666;font-size: 14px;margin-top: 10px;}
dl.dl_42 dd .btn{overflow: hidden;width: 241px;height: 42px;background: url(../images/proListBg01.png) no-repeat center;position: absolute;bottom: 10px;left: 20px;}
dl.dl_42 dd .btn a{display: block;width: 120px;height: 42px;line-height: 42px;text-align: center;float: left;font-size: 14px;color: #777777;text-decoration: none;}
dl.dl_42 dd .btn a i{display: inline-block;width: 10px;height: 12px;background: url(../images/mub02_jt03.png) no-repeat center;margin-left: 8px;position: relative;top: 2px;}
dl.dl_42 dd .btn a:first-child{border-right: 1px solid #eaeaea;}
dl.dl_42 dd .btn a:hover{color: #fff;}
dl.dl_42 dd:hover h4 a{color: #0d6eb3;}
dl.dl_42 dd .btn a.more:hover{background: url(../images/proListBg02.png) no-repeat center;}
dl.dl_42 dd .btn a.more:hover i{background: url(../images/mub02_jt02.png) no-repeat center;}
dl.dl_42 dd .btn a.zx:hover{background: url(../images/proListBg03.png) no-repeat center;}
dl.dl_42 dd .btn a.zx:hover i{background: url(../images/mub02_jt02.png) no-repeat center;}

.xiangxi { line-height:28px; font-size:14px; padding-top:10px;}
.title2 { border-bottom:#ccc 1px dotted; clear:both; font-size:16px; font-weight:bold; line-height:50px;}
.xiangguan { display:block; padding:20px 0; clear:both; height: auto; overflow:hidden;}
.xiangguan li:first-child { margin-left:0 !important;}
.xiangguan li { float:left; width:210px; text-align:center; margin-left:10px;}
.xiangguan li img { width:210px; height:152px; border:#efefef 1px solid;}
/*产品详细订购表单*/
.dgxxBox{padding:26px; width:822px; height:280px; background-color:#f5f5f5;}
.dgxxBox .tit {font-size:18px; font-weight:bold; padding-bottom:30px; color:#666;}
.dgxxBox .m_form{}
.dgxxBox .m_form li{width:358px; height:42px; float:left; margin-bottom:13px; color:#777;}
.dgxxBox .m_form label{float:left; border:1px solid #dedede; line-height:42px; height:42px; width:77px; display:inline-block; text-align:center; background:#fff;}
.dgxxBox .m_form .iptTxt{float:right; width:278px; border:1px solid #dedede; border-left-width:0; height:22px; line-height:22px; padding:10px 0; outline:none; text-indent:1em; background:#fff; color:#333;}
.dgxxBox .m_form .txtAre{margin-left:12px; width:416px; height:174px; border:1px solid #dedede; outline:none; resize:none; padding:14px; color:#333; line-height:18px;}
.dgxxBox .m_form .btnTjly{width:358px; height:38px; background:#333; border:none; cursor:pointer; color:#fff;}
.dgxxBox .m_form .areLi{height:190px; float:right; display:inline;}
.dgxxBox .m_form .btnLi{background:none; height:60px;}

.prodetil { display:block; clear:both; overflow:hidden;}
.prodetil img { display:block; float:left; width:400px; border:#efefef 1px solid;}
.prodbaseinfo{float:left;width:390px; padding:20px;}

.h2_prodtitle{font-size:16px;color:#414141;border-bottom:1px dashed #bbbbbb;padding:2px 0 10px;line-height:1.6em; }
.ul_prodinfo{padding:6px 0;overflow:hidden;zoom:1;}
.ul_prodinfos{padding:6px 15px;overflow:hidden;zoom:1;background:#f3f3f3;font-size:14px;font-weight:bold;}
.ul_prodinfos li{padding:5px 0 10px;line-height: 30px;font-size: 14px;}
.ul_prodinfos li span{ font-size:14px; float:left; height:50px; line-height:50px;}
.ul_prodinfos li span em{ font-size:24px; color:#FF4A0E;}
.ul_prodinfos li a{ margin-left:20px; background:#333; display:block; width:98px; height:40px; line-height:40px; text-align:center; color:#fff; border-radius:20px; float:left; margin-top:1px;}
.ul_prodinfo li span{ font-size:14px}
.li_normalprice,.li_prono{line-height:24px; font-size:14px; }


/*默认图片加标题*/
dl.dl_2{width: 280px;float: left;margin: 0 4px;text-align: center;margin-bottom: 26px;}
dl.dl_2 dt{display: block;width: 278px;height: 185px;border: 1px solid #e4e4e4;overflow: hidden;}
dl.dl_2 dt img{display: block;width: 278px;height: 185px;transform: scale(1);transition: all 1s ease-out;}
dl.dl_2:hover dt img{transform: scale(1.2);}
dl.dl_2 dd{display: block;margin-top: 14px;font-size: 14px;}


/* paging 分页公共样式*/
.InpageSearch .mainCon .paging{ border:1px solid #e4e4e4;}
.paging{border-top: 1px solid #e4e4e4;height: 59px;}
.paging .pagingPrev{width: 119px;height: 59px;line-height: 59px;text-align: center;border-right: 1px solid #e4e4e4;float: left;font-size: 13px;color: #999999;text-decoration: none;}
.paging .pagingPrev i{display: inline-block;*display: inline-block;width: 8px;height: 14px;background: url(../images/mub02_jt01.png) no-repeat center;margin-right: 10px;position: relative;top: 2px;}
.paging .pagingNext{width: 119px;height: 59px;line-height: 59px;text-align: center;border-left: 1px solid #e4e4e4;float: right;font-size: 13px;color: #999999;text-decoration: none;}
.paging .pagingNext i{display: inline-block;*display: inline-block;width: 8px;height: 14px;background: url(../images/mub02_jt03.png) no-repeat center;margin-left: 10px;position: relative;top: 2px;}
.paging ul{width: 668px;float: left;text-align: center;padding-top: 17px;}
.paging ul a{display: inline-block;*display: inline-block;width: 27px;height: 27px;line-height: 27px;text-align: center;font-size: 15px;color: #999999;font-family: arial;margin-left: 4px;text-decoration: none;}
.paging ul a.cur {color: #fff;text-decoration: none; background: #eb6301;}
.paging ul a:hover{background: #eb6301;color: #fff;}
.paging ul a:hover a{}
.paging .pagingNext:hover{color: #0d6eb3;font-weight: bold;}
.paging .pagingNext:hover i{background: url(../images/mub02_jt04.png) no-repeat center;}
.paging .pagingPrev:hover{color: #0d6eb3;font-weight: bold;}
.paging .pagingPrev:hover i{background: url(../images/mub02_jt05.png) no-repeat center;}


/* newsList 新闻列表*/
.newsList{width: 100%;}
.newsListSection{margin-bottom:30px; background:#fff}
.newsListSection .mainCon{padding-top: 8px;}
.newsListSection .newsListIntro{width:870px;margin: 0px auto 0;}
.newsListSection .newsListIntro .box1{padding-bottom: 20px;}
.newsListSection .newsListIntro .box1 dt{float: left;width: 290px;height: 222px;float: left;}
.newsListSection .newsListIntro .box1 dt img{display: block;width: 290px;height: 222px;}
.newsListSection .newsListIntro .box1 dd{width: 552px;float: right;position: relative;height: 222px;position: relative;position: relative;}
.newsListSection .newsListIntro .box1 dd h3{font-size: 16px;color: #333333;font-weight: bold;width: 550px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsListSection .newsListIntro .box1 dd h3 a{color: #333333;text-decoration: none;}
.newsListSection .newsListIntro .box1 dd p{font-size: 14px;color: #666666;line-height: 24px;margin-top: 18px;}
.newsListSection .newsListIntro .box1 dd a.more{font-size: 13px;color: #999999;text-decoration: none;text-align: center;width: 128px;height: 48px;line-height: 48px;display: block;position: absolute;left: 0;bottom: 0;border: 1px solid #e4e4e4;}
.newsListSection .newsListIntro .box1 dd a.more:hover{background: #0d6eb3;color: #fff;border-color: #0d6eb3;}
.newsListSection .newsListIntro .box1 dd:hover h3 a{color: #0d6eb3;}
.newsListSection .newsListIntro .box2 dl:first-child { border:none;}
.newsListSection .newsListIntro .box2 dl{padding: 18px 0;border-top: 1px solid #e4e4e4;}
.newsListSection .newsListIntro .box2 dt{width: 170px;height: 104px;background: #f5f5f5;text-align: center;padding-top: 32px;float: left;}
.newsListSection .newsListIntro .box2 dt span{display: block;font-size: 42px;color: #666666;font-weight: bold;font-family: arial;}
.newsListSection .newsListIntro .box2 dt em{font-size: 16px;color: #666666;display: block;font-family: arial;}
.newsListSection .newsListIntro .box2 dd{height: 116px;position: relative;}
.newsListSection .newsListIntro .box2 dd h3{font-size: 16px;color: #333333;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsListSection .newsListIntro .box2 dd h3 a{color: #333333;text-decoration: none;}
.newsListSection .newsListIntro .box2 dd p{line-height: 24px;margin-top: 10px;font-size: 14px;color: #666666;width: 800px;}
.newsListSection .newsListIntro .box2 dd p a{color: #666666;text-decoration: none;}
.newsListSection .newsListIntro .box2 dd span{display: block;padding-left: 25px;position: absolute;left: 0;bottom: 0;background: url(Img/mub02Inpage/label.png) no-repeat left center;line-height: 18px;}
.newsListSection .newsListIntro .box2 dd span a{color: #999999;font-size: 12px;}
.newsListSection .newsListIntro .box2 dd a.more{display: block;width: 37px;height: 37px;position: absolute;right: 0;top: 50%;margin-top: 0px;overflow: hidden;}
.newsListSection .newsListIntro .box2 dd a.more img{display: block;position: relative;}
.newsListSection .newsListIntro .box2 dl:hover dt{background: #0d6eb3;}
.newsListSection .newsListIntro .box2 dl:hover dt span,.newsListSection .newsListIntro .box2 dl:hover dt em{color: #fff;}
.newsListSection .newsListIntro .box2 dl:hover dd h3 a{color: #eb6301;}
.newsListSection .newsListIntro .box2 dl:hover dd a.more img{top: -37px;}


/* newsDetails 新闻详情*/
.newsDetails{width: 100%;}
.newsDetails .InpageSidebar01{float: right;}
.newsDetailsSection{width: 910px;float: right;position: relative; margin-bottom:30px; background:#fff}
.newsDetailsSection .article{border: 1px solid #e4e4e4;width: 908px;position: relative;}
.newsDetailsSection .article .conBox{padding:10px 19px 0; display:block; overflow:hidden;}
.newsDetailsSection .article .title h1{font-size: 22px; float:left; width:30%; color: #333333;font-weight: normal;}
.newsDetailsSection .article .title .share{width: 70%; margin-top:10px;height: 24px; float:right;}
.newsDetailsSection .article .title .share p{float: left;overflow: hidden;}
.newsDetailsSection .article .title .share p span{display: block;font-size: 12px;color: #999999;float: left
;padding: 0 8px;border-left: 1px dotted #b6b6b6;float: left;}
.newsDetailsSection .article .title .share p span:first-child{padding-left: 0;border-left: none;}
.newsDetailsSection .article .title .share p span #cntrHits{ float:right;}
.newsDetailsSection .article .title .share ul{float: right;}
.newsDetailsSection .article .title .share li{margin-left: 7px;width: 24px;height: 24px;float: left;}
.newsDetailsSection .article .title .share li img{display: block;}
.newsDetailsSection .article .title {width: 100%;display: block;height: 54px; margin-top:16px;background: #e7e7e7;background: url(../images/mub02Top2_xian.png) no-repeat bottom;}
.newsDetailsSection .article .con{margin-top: 20px;padding-bottom: 40px; overflow:hidden;}
.newsDetailsSection .article .con p{line-height: 30px;font-size: 14px;color: #333333;}
.newsDetailsSection .article .con p a{ color:#0d6eb3;}
.newsDetailsSection .article .context{width: 100%;border-top: 1px solid #e7e7e7;background: #fff;height: 60px;}
.newsDetailsSection .article .context p{width: 454px;float: left;height: 60px;line-height: 60px;}
.newsDetailsSection .article .context p a{font-size: 13px;color: #666666;display: block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.newsDetailsSection .article .context p.prevNews a{margin-left: 20px;padding-left: 20px;background: url(../images/mub02_jt01.png) no-repeat left center;}
.newsDetailsSection .article .context p.NextNews a{margin-right: 20px;padding-right: 20px;text-align: right;background: url(../images/mub02_jt03.png) no-repeat right center;}
.newsDetailsSection .article .context p.prevNews a:hover{background: url(../images/mub02_jt05.png) no-repeat left center;color: #253860;}
.newsDetailsSection .article .context p.NextNews a:hover{background: url(../images/mub02_jt04.png) no-repeat right center;color: #253860;}
.newsDetailsSection .article .context p.NextNews{border-left: 1px solid #e7e7e7;width: 444px;}
.newsDetailsSection .backNewsList{width: 59px;height: 59px;display: block;position: absolute;left: -59px;top: 0;cursor:pointer;}



/*新闻内容页*/
.newslist4 {padding:10px 0;}
.newslist4 li { clear:both; overflow:hidden; border-bottom:#ccc 1px dotted; padding-bottom:30px; margin-bottom:30px;}
.newslist4 ._img { width:225px; height:auto; float:left; overflow:hidden; margin-right:30px; }

.newslist4 ._img img{max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
 -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.newslist4 ._intro { overflow:hidden; }
.newslist4 ._title { display:block; height:32px; line-height:32px; font-size:20px; font-weight:normal; margin-bottom:5px; color:#333333; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.newslist4 ._info { height:15px; line-height:20px; color:#999999; margin-bottom:8px; }

.newslist4 ._info span { font-size:14px; text-indent:2px;}
.newslist4 ._text { line-height:1.6em; height:3.2em; overflow:hidden; font-size:14px; margin-bottom:15px;}
.newslist4 ._more { display:inline-block; white-space:nowrap; width:auto; height:32px; line-height:32px; background-color:#fff; color:#555; padding:0 20px; border:1px solid #bababa;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}

.newslist4 li:hover ._title,.widget-newslist-9 li:hover ._text { color:#253860; }
.newslist4 li:hover ._more {border:1px solid #253860; background-color:#253860; color:#fff;}
.newslist4 li:hover ._img img { transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);}
